home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / bizwiz93.zip / INSTALL.INF / install.txt
Text File  |  1993-06-01  |  2KB  |  57 lines

  1. ; EDI Install Pro - v1.00 - Installation Script
  2. ; Eschalon Development Inc.
  3.  
  4.  
  5. [Application]
  6. ; Application information
  7. Name=BizWiz
  8. Title=BizWiz
  9. Directory=C:\CALCTECH
  10. PM Group=CalcTech Calculators
  11. Free Space=300
  12. Files Total=200
  13. Background=Dithered
  14. Bitmap File=install.cal
  15. Readme=license.txt
  16.  
  17.  
  18. [Disks]
  19. ;List of disks needed.  Names are used for user request.  They
  20. ;do not need to be the disk's label.
  21. 1=BizWiz
  22.  
  23. [Directories]
  24. ;lists of directories that must be created from the destination directory
  25. ;files to be copied are in the same directory structure on the
  26. ;floppy (by default).  You may use 0 as the root destination directory.
  27.  
  28.  
  29. [Files]
  30. ;description, filename, (Component #), (dir #), (diskette #), (Compressed?), (Version Check)
  31. ReadMe text file=README.TXT        1 0 1 N A
  32. License agreement=LICENSE.TXT      1 0 1 N A
  33. Order Form Icon=INSTALL.ICO        1 0 1 N A
  34. Order Form=ORDRFORM.WRI            1 0 1 N A
  35. Order Form Text=ORDRFORM.TXT       1 0 1 N a
  36. BizWiz Site Form=BIZSITE.WRI       1 0 1 N A
  37. BizWiz Site Form=BIZSITE.TXT       1 0 1 N A
  38. Helpful Hint=HLPHINT.WRI           1 0 1 N A
  39. Helpful Hint=HLPHINT.TXT           1 0 1 N A
  40. BizWiz Program=BIZWIZ.EX$          1 0 1 Y A
  41. BizWiz Help=BIZWIZ.HL$             1 0 1 Y A
  42.  
  43. [PM Group]
  44. ;description, Command line (with relative path), Icon name (with relative path), Icon index
  45. ;Use "%%" (without the quotes) to specify the files path.  Don't forget the "\"!
  46. ;Enclose command line in quotes (") if it contains any parameters.
  47. ;(EX: "WRITE.EXE %%\TEXT.WRI")
  48. ;The only required entry is the program.  You don't have to specify the others if you
  49. ;don't need them.
  50.  
  51. BizWiz=1 %%\BIZWIZ.EXE
  52. Order Form=1 "WRITE.EXE %%\ORDRFORM.WRI" %%\INSTALL.ICO
  53. BizWiz Site License=1 "WRITE.EXE %%\BIZSITE.WRI" %%\INSTALL.ICO
  54. Helpful Hint=1 "WRITE.EXE %%\HLPHINT.WRI" %%\INSTALL.ICO
  55.  
  56. 
  57.